home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ksh48.zip / ReadMe.vimode < prev    next >
Text File  |  1992-02-06  |  1KB  |  37 lines

  1.  
  2. The changes I have made are all relevant to the VI edit mode. The vi-edit
  3. source seems mostly complete, so these changes are minimal. What is available
  4. now is pretty useful. I will make further fixes as I notice the bugs (or
  5. anyone else does).
  6.  
  7. A summary of changes follows:
  8.  
  9. 1) two changes to turn on the vi-editing feature.
  10. 2) motion edit fix: back space and space bar now do something: have
  11. the same behaviour as the 'h' and 'l' keys.
  12. 3) input edit fix: backspace key now works.
  13.  
  14. Known bugs (not fixed yet):
  15.  
  16. a) proviso on 1) and 2) above: the backspace key was hardwired to the
  17. <delete> key. I have temporarily extended it to include the '^H' or
  18. <backspace> key. I will generalize this to use whatever key is defined
  19. as the erase character by stty.
  20.  
  21. b) the interrupt key does not clear the edit buffer. This means the next
  22. edit command after an interrupt will be garbage.
  23.  
  24. c) Same sort of thing as b) occurs for the <EOF> key.
  25.  
  26. d) insertions near the beginning of an edit buffer seem to screw up the rest
  27. of the buffer.
  28.  
  29. Known missing features:
  30.  
  31. a) search edit commands: [count]-, [count]+
  32. b) text modification edit commands: P, p, *
  33. c) r (replace) doesn't seem to work too well.
  34. d) tilde does not do anything (should reverse upper to lower and vice versa)
  35.  
  36. e) ! in prompt doesn't get expanded to history number
  37.